home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / c / gcc261ud-c.lha / gnu / os-include / proto / graphics.h < prev    next >
C/C++ Source or Header  |  1994-09-22  |  303b  |  16 lines

  1. #ifndef PROTO_GRAPHICS_H
  2. #define PROTO_GRAPHICS_H
  3.  
  4. #ifndef GRAPHICS_SCALE_H
  5. #include <graphics/scale.h>
  6. #endif
  7. #include <clib/graphics_protos.h>
  8. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  9. #include <inline/graphics.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct GfxBase *GfxBase;
  13. #endif
  14.  
  15. #endif
  16.